home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / sampler / 00038_sample 7.ls < prev    next >
Encoding:
Text File  |  2000-11-07  |  177 b   |  9 lines

  1. on mouseUp
  2.   repeat with x = 55 to 65
  3.     set the visible of sprite x to 0
  4.   end repeat
  5.   set the visible of sprite 61 to 1
  6.   puppetSound(1, 0)
  7.   puppetSound(1, "cruising")
  8. end
  9.